.szyy_project{
  background: #f5f5f5;
}
.login_reg {
  width: 100%;
  background: #ed688a;
  position: relative;
}
.white_ff {
  width: 50%;
  float: left;
  background: #f5f5f5;
  position: absolute;
  left: 0;
  height: 100%;
}
.top {
  height: 40px;
  width: 1200px;
  margin: auto;
  position: relative;
}
.login {
  width: 530px;
  height: 100%;
  background: #ed688a;
  float: right;
  padding-left: 320px;
  box-sizing: border-box;
  color: #fff;
}
.login span {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  height: 100%;
  line-height: 40px;
  cursor: pointer;
}
.login>a, .login>span>a {
  display: inline-block;
  height: 100%;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  margin-right: 15px;
}
.login .login_end {
  display: none;
  cursor: default;
}
.login_end{
  position: relative;
}
.login_end ul li:hover {
  background: #ed688a;
  color: #fff;
}
.login span img {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  margin-right: 7px;
  vertical-align: middle;
}
.user_name_img {
  max-width: 140px;
  overflow: hidden;
  white-space: nowrap;
}
.login_end ul {
  position: absolute;
  top: 40px;
  z-index: 100;
  color: #333;
  font-size: 12px;
  width: 100%;
  display: none;
}
.login_end ul li {
  background: #fad1dc;
  color: #ed688a;
  cursor: pointer;
  text-align: center;
  font-size: 12px;
}
.login_cancel a{
  display: block;
  height: 100%;
}
.app {
  float: right;
  margin: 0!important;
  position: relative;
}
.app img {
  padding-right: 10px;
}
.top .input {
  width: 330px;
  float: right;
  height: 100%;
  position: relative;
}
.input input {
  width: 100%;
  height: 100%;
  background: #fad6e2;
  padding: 0 30px 0 20px;
  box-sizing: border-box;
  display: block;
  font-size: 14px;
  color: #333;
}
.input img {
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.serch_ul {
  position: absolute;
  left: 0;
  top: 40px;
  margin-top: 8px;
  border-radius: 4px;
  background: #fff;
  z-index: 1000;
  width: 330px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  display: none;
}
.serch_ul div {
  font-size: 16px;
  color: #ED688A;
  padding: 11px 20px;
  cursor: default;
}
.serch_ul ul {
  width: 100%;
}
.serch_ul li {
  padding: 11px 20px;
  width: 100%;
  box-sizing: border-box;
  transition: .5s;
  cursor: pointer;
  font-size: 14px;
  color: #262626;
}
.demo {
  width: 100%;
  height: 80px;
  background: #fff;
}
.width_demo {
  width: 1200px;
  height: 100%;
  margin: auto;
}
.logo {
  float: left;
  width: 340px;
  height: 100%;
}
.demo_ul{
  float: left;
}
.logo h1{
  margin-top: 15px;
}
.logo img {
  margin-top: 15px;
}
.demo_ul>ul {
  margin: 0;
  position: relative;
  font-size:0;
}
.demo_ul>ul>li {
  display: inline-block;
  margin-right: 65px;
  position: relative;
  box-sizing: border-box;
}
.demo_ul>ul>li:hover a{
  color: #e04378;
}
.demo_ul>ul>li:last-child{
  margin-right: 0;
}
.demo_ul>ul>li>a {
  font-size: 18px;
  color: #333;
  font-weight: 700;
  display: block;
  padding: 27.5px 0;
  text-align: center;
  text-decoration: none;
}
.demo_ul li .two_demo {
  display: none;
  position: absolute;
  z-index: 1000;
  width: 100%;
  box-shadow: 3px 3px 7px rgba(7,0,10,.1);
}
.demo_ul li .two_demo li {
  font-size: 14px;
  color: #333;
  background: rgba(255,255,255,.8);
  display: block;
  padding: 0;
}
.demo_ul li.on>a {
  color: #e04378;
}
.demo_ul li:first-child a {
  padding-left: 0;
}
.two_demo li a {
  font-weight: 400;
  font-size: 14px;
  color: #7a7878;
  display: block;
  width: 100%;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.nav_text{
  font-size: 14px;
  color: #262626;
  height:100%;
  float: left;
  line-height:40px;
}
/*头部end*********************************************************************************************************************************/
.szyy_bottom {
  margin-top: 30px;
  border-top: 2px solid #f078a0;
  background: #fff;
}
.bottom_demo {
  padding: 20px;
  background: #fff;
  width: 1200px;
  margin: auto;
}
.margin_100{
  margin-bottom: 100px
}
.about, .contact {
  float: left;
}
.about li:first-child, .contact li:first-child {
  margin-top: 0;
}
.about li {
  padding-left: 20px;
}
.about li, .contact li {
  margin-top: 25px;
  position: relative;
}
.wx{
  cursor: pointer;
}
.ad_title {
  font-size: 20px;
  color: #333;
  font-weight: 600;
  padding-left: 0!important;
}
.before_:before {
  width: 5px;
  height: 5px;
  display: block;
  border-radius: 50%;
  background: #e74c83;
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
}
.about li a {
  color: #333;
}
.download {
  margin-left: 75px;
  float: left;
}
.app_ img {
  float: left;
}
.app_>img {
  width: 50px;
}
.app_down {
  margin-left: 20px;
  float: left;
}
.app_down h3 {
  font-size: 20px;
  color: #333;
  font-weight: 600;
}
.app_down span {
  font-size: 14px;
  color: #333;
  margin-top: 8px;
  display: block;
}
.ios_and {
  margin-top: 20px;
}
.ios_a {
  float: left;
}
.ios_a img{
  display: block;
}
.ios_a a {
  display: block;
}
.ios_and .code {
  display: block;
  float: left;
  margin-left: 30px;
  width: 80px;
  height: 80px;
}
.contact {
  margin-left: 75px;
}
.wx img, .wb img {
  margin-top: 5px;
}
.wx img, .wx .sina, .wb img, .wb .sina {
  float: left;
  display: block;
}
.wx .sina, .wb .sina {
  margin-left: 10px;
}
.sina span {
  display: block;
  font-size: 14px;
  color: #333;
}
.marg_span {
  margin-top: 5px;
}
.ad_title {
  font-size: 20px;
  color: #333;
  font-weight: 600;
  padding-left: 0!important;
}
.phone {
  font-size: 28px;
  font-weight: 600;
  color: #e74c83;
}
.txt_ {
  font-size: 14px;
  color: #333;
}
.bottom_href {
  width: 100%;
  text-align: center;
  padding: 5px 0;
  display: none;
}
.bottom_href a {
  display: inline-block;
  margin-left: 40px;
  font-size: 14px;
  color: #333;
}
.record {
  width: 100%;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background: #3c3c3c;
  color: #fff;
}
.and {
  margin-top: 10px;
}
@media only screen and (min-width: 768px){
  body{
    font-size: 14px;
  }
}
/*尾部end*********************************************************************************************************************************/
.forum_baike_article{
  margin-top: 24px;
}
.body_right{
  background: #fff;
  float: right;
  width: 268px;
}
.bod_right_header h2{
  color: #ED688A;
  font-size: 24px;
  height: 100%;
  line-height: 64px;
  padding-left: 16px;
  float: left;
  font-weight: 500;
}
.bod_right_header .more{
  float: right;
  height: 100%;
  line-height:64px;
  font-size: 14px;
  color: #ED688A;
  padding-right: 8px;
}
.bod_right_header i{
  width:8px;
  height: 15px;
  background: url("../images/more.png")no-repeat center center;
  background-size: 8px 15px;
  display: inline-block;
  vertical-align: -2px;
  margin-left: 3px;
}
.bod_right_list{
  padding: 16px;
  box-sizing: border-box;
}
.bod_right_list2 li{
  height: auto !important;
  padding-bottom: 16px;
  border-bottom: 1px dashed #E8E8E8;
  margin-bottom: 11px !important;
}
.bod_right_list2 li .index_num{
  width:32px;
  height: 32px;
  color:#ED688A;
  font-size: 18px;
  border: 1px solid #ED688A;
  border-radius: 50%;
  text-align: center;
  line-height:32px;
  background: #fff;
  float: left;
  box-sizing: border-box;
}
.bod_right_list2 li .index_title{
  font-size: 15px;
  color: #262626;
  width: calc(100% - 50px);
  margin-left: 16px;
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  vertical-align: middle;
  line-height:24px;
  float: left;
}
.baike_article{
  margin-top: 0;
}
/*百科右侧栏end*********************************************************************************************************************************/
.baike_hot_label{
  margin-top: 24px;
}
.bod_right_header{
  height: 64px;
  background: #FBE1E8;
  position: relative;
}
.hot_label_lists{
  padding: 16px 16px 8px 16px;
  box-sizing: border-box;
  text-align: justify;
  background: #fff;
}
.hot_label_lists>a{
  border:1px solid #ED688A;
  font-size: 14px;
  color: #ED688A;
  display: inline-block;
  padding: 3px 7px;
  margin-bottom: 8px;
}
.hot_label_lists>a:hover{
  color: #fff;
  background: #ED688A;
}
.forum_right_list .body_right{
  float: none;
}
/*百科热门标签end*********************************************************************************************************************************/
.forum_lists>div{
  float: left;
}
.forum_left_list{
  width: 230px;
  background: #fff;
}
.forum_left_list>ul li{
  height: 40px;
  line-height: 40px;
  background: #fff;
  font-size:14px;
  color: #262626;
  cursor: pointer;
}
.forum_left_list>ul li.on{
  color: #ED688A;
  border-right: 2px solid #ED688A;
}
.forum_left_list>ul li a{
  display: block;
  height: 100%;
  padding-left: 24px;
  box-sizing: border-box;
}
.forum_left_list>ul li:hover{
  color: #ED688A;
  border-right: 2px solid #ED688A;
}
.forum_left_list>ul li:first-child{
  font-size:16px;
  background: #ED688A;
  color: #fff;
  box-sizing: border-box;
}
/*论坛百科左菜单end*********************************************************************************************************************************/
.circle_login {
  width: 100%;
  height: 264px;
  background: #fff;
}
.circle_login_yes, .circle_login_no {
  background: #fff;
}
.circle_login_no {
  padding: 32px 44px;
  box-sizing: border-box;
}
.circle_login_no .name_img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
}
.login_yes_img img, .name_img img {
  width: 100%;
}
.hi {
  font-size: 14px;
  color: #3c3c3c;
  margin-top: 15px;
  text-align: center;
}
.hi2 {
  font-size: 12px;
  color: #e74c83;
  margin-top: 5px;
  text-align: center;
}
.hi3 {
  font-size: 12px;
  color: #999;
  margin-top: 20px;
  text-align: center;
}
.circle_login_no_btn {
  margin-top: 10px;
}
.circle_login_no_btn a.lo {
  margin-right: 15px;
}
.circle_login_no_btn a {
  width: 80px;
  height: 30px;
  border-radius: 5px;
  text-align: center;
  line-height: 30px;
  display: inline-block;
  background: #33d6b8;
  font-size: 14px;
  color: #fff;
}
.bod_right_list2 li .index_title:hover{
  color: #ED688A;
}
/*论坛百科右侧登陆end*********************************************************************************************************************************/
.bread {
  font-size: 14px;
  color: #ED688A;
  height: 55px;
  line-height: 55px;
  position: relative;
}
.forum_content .bread span{
  display: none;
}
.bread a {
  color: #999999;
}
.forum_content {
  width: 1200px;
  margin: auto;
}
.forum_detail_content {
  box-sizing: border-box;
  background: transparent !important;
}
.pagination{
  text-align: center;
  font-size: 0;
}
.pagination li{
  padding: 1px 7px;
 /*  width: 32px;
 height: 32px; */
  border-radius: 6px;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  color: #000000;
  border: 1px solid #D9D9D9;
  margin-right: 10px;
  transition: all .3s ease;
  display: inline-block;
  box-sizing: border-box;
}
.pagination li:last-child{
  margin-right: 0;
}
.pagination li a,.pagination li span{
  display: block;
  /*height: 100%;*/
}
.pagination li.active,.pagination li:hover{
  background: #ED688A;
  color: #fff;
  border: 1px solid #ED688A;
}
.pagination li.disabled{
  background: #f0f0f0;
}
.page_number{
  padding: 24px 0;
  background: #fff;
}
.pagination li.disabled:hover{
  color: #000000;
  border: 1px solid #D9D9D9;
  background: #f0f0f0;
}
/*分页end*********************************************************************************************************************************/
.ph-user-login {
  padding: 0 .75rem;
  box-sizing: border-box;
  height: 3.125rem;
  background: #f5f5f5;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  display: none;
}
.ph_login_end {
  display: none;
}
.ph-user-mess {
  float: left;
  margin-top: .4375rem;
  height: 2.25rem;
  max-width: 70%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ph-user-headimg {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #dbdbdb;
}
.ph-user-headimg img {
  width: 100%;
  height: 100%;
}
.ph-user-mess span {
  display: inline-block;
  vertical-align: middle;
  padding-left: .625rem;
  font-size: .875rem;
  color: #333;
  height: 100%;
  line-height: 2.25rem;
}
.ph-user-login .ph-user-exit {
  font-size: .875rem;
  color: #e74c83;
  height: 100%;
  line-height: 3.125rem;
}
.ph-user-exit {
  float: right;
}
.ph-user-mess {
  float: left;
  margin-top: .4375rem;
  height: 2.25rem;
  max-width: 70%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ph-user-mess span {
  display: inline-block;
  vertical-align: middle;
  padding-left: .625rem;
  font-size: .875rem;
  color: #333;
  height: 100%;
  line-height: 2.25rem;
}
.ph-user {
  float: right;
  margin-top: .4375rem;
  height: 2.25rem;
}
.ph-user a {
  display: inline-block;
  vertical-align: middle;
  padding-left: .625rem;
  font-size: .875rem;
  color: #333;
  height: 100%;
  line-height: 2.25rem;
}
/*手机端底部************************************************************/
.ph-mobile-right.active {
  transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
}
.ph-mobile-right {
  width: 70%;
  background: #fff;
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  transform: translate3d(100%,0,0);
  -webkit-transform: translate3d(100%,0,0);
  transition: .3s;
  font-size: 0;
  z-index: 2000;
}
.vertical {
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}
.ph-mobile-right .ph-sider-demo-div {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.ph-sider-demo-div .ph-sider-demo-user {
  padding-bottom: .9rem;
  margin-top: 3.125rem;
}
.user-on-slider {
  display: none;
}
.ph-sider-demo-user .headimg {
  width: 5rem;
  height: 5rem;
  display: block;
  border-radius: 50%;
  margin: auto;
}
.ph-sider-demo-user .ph-slider-user-mess {
  display: table;
  margin: .625rem auto 0;
  max-width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-height: 1.25rem;
}
.ph-sider-demo-user .ph-slider-user-mess span {
  font-size: .875rem;
  color: #e04378;
  display: inline-block;
  vertical-align: middle;
  max-width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ph-sider-demo-user .ph-slider-user-mess img {
  height: .75rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.ph-sider-demo-user .ph-slider-user-state {
  border-radius: 30px;
  font-size: .75rem;
  color: #e04378;
  border: 2px solid #f5c6d6;
  margin: .625rem auto 0;
  display: table;
  padding: 1px 8px;
}
.ph-sider-demo-user .ph-w80 {
  width: calc(100% - 2.5rem);
  height: 0;
  border-bottom: 1px solid #ddd;
  margin: .625rem auto 0;
}
.ph-sider-demo-div .ph-sider-demo-user {
  padding-bottom: .9rem;
  margin-top: 3.125rem;
}
.ph-sider-demo-user .headimg {
  width: 5rem;
  height: 5rem;
  display: block;
  border-radius: 50%;
  margin: auto;
}
.ph-sider-demo-user .ph-slider-demo {
  margin: .625rem auto 0;
  font-size: 0;
  width: calc(100% - 2.5rem);
}
.ph-sider-demo-user .ph-slider-demo a:first-child {
  padding-left: 7%;
  border-right: 1px solid #ddd;
}
.ph-sider-demo-user .ph-slider-demo a {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  font-size: .875rem;
  color: #333;
  box-sizing: border-box;
}
.ph-sider-demo-user .ph-slider-demo a img {
  display: inline-block;
  vertical-align: middle;
  width: 1rem;
  margin-right: .625rem;
}
.ph-sider-demo-user .ph-slider-demo a:last-child {
  padding-left: 12%;
}
.ph-sider-demo-user .ph-slider-demo a {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  font-size: .875rem;
  color: #333;
  box-sizing: border-box;
}
.ph-sider-demo-user .ph-w80 {
  width: calc(100% - 2.5rem);
  height: 0;
  border-bottom: 1px solid #ddd;
  margin: .625rem auto 0;
}
.slider-demo {
  height: 90%;
}
.slider-demo li {
  width: 50%;
  float: left;
  height: 18%;
  box-sizing: border-box;
}
.slider-demo li a {
  display: block;
}
.slider-demo li img {
  width: 3.125rem;
  height: 3.125rem;
  margin: auto;
  display: block;
}
.slider-demo li span {
  color: #333;
  font-size: .875rem;
  margin-top: .625rem;
  display: block;
  text-align: center;
}
.ph-mobile-right .ph-sider-demo-div .sider-demo-close {
  display: block;
  background: url("../images/ph-demo-close.png")no-repeat center center;
  width: 2.5rem;
  height: 2.5rem;
  background-size: 55%;
  position: absolute;
  left: 10px;
  top: 10px;
}
.ph-mobile-right .ph-sider-demo-div .sider-demo-mess {
  display: none;
  background: url("../images/ph-message.png")no-repeat center center;
  width: 2.5rem;
  height: 2.5rem;
  background-size: 65%;
  position: absolute;
  right: 10px;
  top: 10px;
}
.ph-mobile-right .ph-sider-demo-div .sider-demo-mess span {
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  right: 4px;
  background: red;
  color: #fff;
  width: 8px;
  height: 8px;
}
.ph-slidedemo-market {
  position: fixed;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
  z-index: 1000;
  display: none;
}
/*手机端菜单遮罩************************************************************/
.ph-header{
  display: none;
}
.ph-header {
  height: 3.125rem;
}
.ph-nav {
  height: 3.125rem;
  background: #fff;
  padding: 0 1.25rem;
  box-sizing: border-box;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 998;
  width: 100%;
}
.ph-nav .ph-logo {
    width: 7.5rem;
    height: 100%;
    float: left;
    background-size: 100% 1.875rem;
    color: #e95283;
    font-size: 24px;
    line-height: 56px;
    font-weight: bold;
}
.ph-serch-input {
  position: absolute;
  left: 2.5rem;
  top: .56rem;
  width: 60%;
  display: none;
}
.ph-serch-input input {
  width: 100%;
  height: 2rem;
  border: 1px solid #ed688a;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  border-radius: 3px;
  padding-left: 1rem;
}
.ph-nav-serch {
  height: 100%;
  float: right;
}
.ph-nav-serch a {
  background: url("../images/ph-serch.png")no-repeat center center;
  width: 1.5rem;
  height: 100%;
  background-size: 1.5rem;
  margin-right: 1.5625rem;
}
.ph-nav-serch span {
  background: url("../images/ph-index-demo.png")no-repeat center center;
  width: 1.5rem;
  height: 100%;
  background-size: 100% 1.09375rem;
}
.ph-nav-serch a, .ph-nav-serch span {
  display: block;
  float: left;
}
/*手机端顶部导航栏************************************************************/
@media only screen and (max-width: 768px){
  .ph-header{
    display: block;
  }
  .forum_content .bread{
    height: 2.25rem;
    background: #fff;
    font-size: 0.75rem;
    line-height: 2.25rem;
    padding: 0 1.25rem;
  }
  .forum_content .bread span{
      position: absolute;
      right:1.25rem;
      height: 2.25rem;
      line-height:2.25rem;
      cursor: pointer;
      display: block;
      top:0;
      -webkit-tap-highlight-color: transparent;
  }
  .szyy_project .forum_content{
    width: 100%;
   margin-bottom: 3.125rem;
  }
  /*body{*/
    /*overflow-x: hidden;*/
  /*}*/
  .forum_lists>div{
    float: none;
  }
  .szyy_label_href.clearfix{
    display: none;
  }
}

.ph-page {
  background: #fff;
}
.ph-page .pagination {
  text-align: center;
  margin: 0;
}
.ph-page .pagination li.disabled {
  background: #f0f0f0;
  color: #333;
  padding: 0;
}
.ph-page li:nth-child(-n+9), .ph-page li:last-child {
  display: inline-block;
}
.ph-page .pagination li {
  min-width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  overflow: hidden;
  color: #666;
  box-sizing: border-box;
  width:auto;
}
.ph-page .pagination li.active {
  background: #ed688a;
  color: #fff;
  padding: 0;
  border: 1px solid #ed688a;
}
.ph-page .pagination li:first-child span, .ph-page .pagination li:last-child a {
  font-family: 宋体;
  font-size: 1rem;
}
.ph-page .pagination li span, .ph-page .pagination li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 1.5rem;
  padding: 0;
}
.ph-page .pagination li span, .ph-page .pagination li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 1.5rem;
  padding: 0;
}
.ph-page li {
  display: none;
}
/*手机端分页************************************************************/
.ph_baike_artice{
  background: #fff;
  margin-top: 0.625rem;
  display: none;
}
.forum_quan_title {
  font-size: 1.25rem;
  color: #262626;
  border-bottom: 1px solid #ED688A;
  padding: 0 1.375rem 0 2.1rem;
  position: relative;
  font-weight: bold;
  height: 60px;
  line-height: 60px;
}
.forum_quan_title:before {
  content: ' ';
  width: 3px;
  height: 20px;
  display: block;
  background: #ED688A;
  position: absolute;
  left: 1.25rem;
  top: 1.25rem;
}
.ph_baike_artice ul{
  padding: 0 1.25rem;
}
.ph_baike_artice ul li{
  padding: 1rem 0;
  border-bottom: 1px solid #F0F0F0;
}
.ph_baike_art_img{
  width: 5.25rem;
  height: 3.5rem;
  float: right;
  border-radius: 3px;
  overflow: hidden;
}
.ph_baike_art_img img{
  width: 100%;
  height: 100%;
}
.ph_baike_artice_href{
  line-height: 170%;
  font-size: 1rem;
  color: #262626;
  text-align: justify;
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
.ph_img.ph_baike_artice_href{
  font-weight: bold;
  width: calc(100% - 6.25rem);
  float: left;
  font-size: 1rem;
  color: #262626;
  text-align: justify;
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
.ph_list_img.ph_baike_art_img{
  width: 100%;
  float: none;
  font-size: 0;
  margin-top: 0.625rem;
}
.ph_list_img.ph_baike_art_img img{
  width: 30%;
  height: 100%;
  margin-right: 5%;
}
.ph_list_img.ph_baike_art_img img:last-child{
  margin-right: 0;
}
.ph-forum-circle {
  padding: 0 1.25rem;
  box-sizing: border-box;
  background: #fff;
}
.ph_baike_artice_txt{
  margin-top: 0.625rem;
  color: #BFBFBF;
  font-size: 0.75rem;
}
.ph_baike_artice_txt .ph_baike_la{
  color: #ED688A;
}
.ph_baike_artice_txt span{
  display: inline-block;
  vertical-align: middle;
}
.ph_baike_ti{
  float: right;
  margin-top: 3px;
}
.ph_baike_num{
  margin-left: 1rem;
}
.tip_html {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  overflow-y: hidden;
}
.tip_html img {
  width: 240px;
  height: 240px;
  display: block;
  margin: 40px auto;
}
.No_result {
  background: url("../images/box.png")no-repeat center 50px;
  width: 100%;
  height: 350px;
  position: relative;
  background-size: 200px 170px;
}
.No_result p {
  font-size: 14px;
  color: #bfbfbf;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 270px;
}
.szyy_label_href{
  width: 1200px;
  margin: 32px auto 0 auto;
  background: #fff;
  padding: 24px;
  box-sizing: border-box;
  display: none;
}
.szyy_label_href li{
  width: 22.5%;
  margin-right: 3.33%;
  float: left;
}
.szyy_label_href li:last-child{
  margin-right: 0;
}
.szyy_label_href li .ind_lab_div{
  font-size: 14px;
  color: #333;
  font-weight: 500;
  border-bottom: 1px dashed #ddd;
  padding: 10px 0;
  box-sizing: border-box;
}
.ind_all_link a{
  display: block;
  float: left;
  width: 98%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  color: #333;
  margin-bottom: 10px;
}
.ind_all_link{
  padding: 10px 0;
}
.ind_all_link a:hover{
  color: #ED688A;
}
.ind_lab_div img{
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
}


.copyright {
    padding: 50px 0;
    line-height: 28px;
    color: #ffffff;
    font-size: 13px;
    text-align: center;
    background-color: #ed688a;
}













